home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SYSVINIT.{2G / INSTALL.{_1 < prev    next >
Text File  |  1999-09-17  |  2KB  |  59 lines

  1.     README for the System V style init, version 2.76
  2.  
  3.  
  4.           !! READ THE FILE README.RIGHT.NOW FIRST !!
  5.  
  6.  
  7. init, shutdown, halt, reboot, wall, last, mesg, runlevel,
  8. killall5, pidof, sulogin.
  9.  
  10. All programs, files and scripts in this package are covered by
  11. the Gnu Public License, and copyrighted by me.
  12.  
  13. If you are not using Debian and the debianzed package,
  14. you will have to install the new init by hand. You should
  15. be able to drop the binaries into a Slackware 3.x or Redhat 4.x
  16. system, I think.
  17.  
  18. Here is a list of preferred directories to install the progs & manpages:
  19.  
  20. wall.1, last.1, mesg.1       /usr/man/man1
  21. inittab.5, initscript.5       /usr/man/man5
  22. init.8, halt.8, reboot.8,
  23. shutdown.8, powerd.8,
  24. killall5.8, pidof.8,
  25. runlevel.8, sulogin.8       /usr/man/man8
  26.  
  27. init               /sbin/init
  28. inittab                  /etc/inittab
  29. initscript.sample          /etc/initscript.sample
  30. telinit                  a link (with ln(1) ) to init, either
  31.                in /bin or in /sbin.
  32. halt               /sbin/halt
  33. reboot               a link to /sbin/halt in the same directory
  34. killall5           /sbin/killall5
  35. pidof               a link to /sbin/killall5 in the same directory.
  36. runlevel           /sbin/runlevel
  37. shutdown           /sbin/shutdown.
  38. wall               /usr/bin/wall
  39. mesg               /usr/bin/mesg
  40. last               /usr/bin/last
  41. sulogin               /sbin/sulogin
  42. utmpdump                   don't install, it's just a debug thingy.
  43.  
  44. If you already _have_ a "wall" in /bin (the SLS release has, for example)
  45. do _not_ install this wall. Chances are that the wall you are already
  46. using is linked to /bin/write. Either first _remove_ /bin/wall before
  47. installing the new one, or don't install the new one at all.
  48.  
  49. You might want to create a file called "/etc/shutdown.allow". Read the
  50. manual page on shutdown to find out more about this.
  51.  
  52. Running from a read-only file system (CDROM?):
  53. o All communication to init goes through the FIFO /dev/initctl.
  54.   There should be no problem using a read-only root file system
  55.   IF you use a Linux kernel > 1.3.66. Older kernels don't allow
  56.   writing to a FIFO on a read-only file system.
  57.   
  58. Miquel van Smoorenburg <miquels@cistron.nl>
  59.